body {
  font-family: "Montserrat";
}
#footer {
  text-align: center;
  background-color: #98ded9;
  height: 10rem;
  padding-top: 2.5rem;
}
.social-icon {
  margin: 20px 10px;
  text-align: center;
}
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #161d6f;
  color: #fff;
}
.icon {
  padding: 1rem;
}
.main {
  margin-top: 5rem;
  margin-bottom: 7rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.prod-carousel {
  margin: auto;
}
.button-price {
  position: relative;
  left: -0.2rem;
  top: 2rem;
}
.info {
  position: relative;
  top: 5rem;
  left: -0.2rem;
}
.image-container {
  margin: 0 auto;
}
.text-container {
  margin: 0 auto;
}
.thumbs {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
.carousel-control-next {
  filter: invert(100%);
  justify-content: right;
}
.carousel-control-prev {
  filter: invert(100%);
  justify-content: left;
}
